home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 370
- Top = 351
- Width = 371
- Height = 307
- Caption = 'frmMain'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 181
- Width = 76
- Height = 13
- Caption = 'This is the label.'
- end
- object edtStud: TEdit
- Left = 18
- Top = 17
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object cbxQuestion: TCheckBox
- Left = 18
- Top = 48
- Width = 102
- Height = 17
- Caption = 'Is this checked?'
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 18
- Top = 73
- Width = 121
- Height = 72
- ItemHeight = 13
- Items.Strings = (
- 'One'
- 'Two'
- 'Three'
- 'Four'
- 'Five')
- TabOrder = 2
- OnClick = ListBox1Click
- end
- object RadioGroup1: TRadioGroup
- Left = 153
- Top = 12
- Width = 185
- Height = 105
- Caption = 'RadioGroup1'
- Items.Strings = (
- 'One'
- 'Two'
- 'Three'
- 'Four')
- TabOrder = 3
- end
- object Button1: TButton
- Left = 18
- Top = 212
- Width = 109
- Height = 25
- Caption = 'Change Label Font'
- TabOrder = 4
- OnClick = Button1Click
- end
- object MainMenu1: TMainMenu
- Left = 268
- Top = 171
- object mniFile: TMenuItem
- Caption = '&File'
- object mniFileExit: TMenuItem
- Caption = 'E&xit'
- OnClick = mniFileExitClick
- end
- end
- object mniHelp: TMenuItem
- Caption = '&Help'
- object mniHelpAbout: TMenuItem
- Caption = '&About'
- OnClick = mniHelpAboutClick
- end
- end
- end
- object dlgFont: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 6
- Top = 226
- end
- end
-